Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@hig/typography
Advanced tools
The Typography components apply the Artifakt typeface to text.
Read more about when and how to use the Typography components on the HIG website.
yarn add @hig/typography @hig/theme-context @hig/theme-data
yarn add @hig/fonts
import Typography from '@hig/typography';
import "@hig/fonts/build/ArtifaktElement.css";
<Typography>Artifakt Element is the preferred font.</Typography>
Use the className
prop to pass in a css class name to the outermost container of the component. The class name will also pass down to most of the other styled elements within the component.
Typography also has a stylesheet
prop that accepts a function wherein you can modify its styles. For instance
import Typography from '@hig/typography';
function YourComponent() {
// ...
const customStylesheet = (styles, props, themeData) => ({
...styles,
typography: {
...styles.typography,
color: themeData["colorScheme.errorColor"]
}
});
return (
<Typography stylesheet={customStylesheet} />
);
}
FAQs
HIG Typography components
The npm package @hig/typography receives a total of 75 weekly downloads. As such, @hig/typography popularity was classified as not popular.
We found that @hig/typography demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.